home *** CD-ROM | disk | FTP | other *** search
/ Virtual Physics: The Eggs of Time / VPHYSICS The Eggs Of Time.iso / pc / files / an.dir / 00029.ls < prev    next >
Encoding:
Text File  |  1998-09-29  |  582 b   |  20 lines

  1. on exitFrame
  2.   global ttime, gPano, gPanoMovieID, driveLetter, volName
  3.   set ttime to 2
  4.   set the puppet of sprite 44 to 1
  5.   set the castNum of sprite 44 to 54
  6.   if the machineType = 256 then
  7.     set gPano to QTVRW(mnew, "Pan")
  8.     set dummy to gPano(mOpenMovie, driveLetter & ":\files\qtvr\py.mov", "120,90")
  9.   else
  10.     set gPanoMovieID to PanoMovie("openMovie", "Direct", volName & ":files:qtvr:py.mov", "120,90")
  11.     InitPanoCallbacks()
  12.   end if
  13.   go("an2vr")
  14.   if the machineType = 256 then
  15.     gPano(mUpdate)
  16.   else
  17.     PanoMovie("Direct", gPanoMovieID, "update")
  18.   end if
  19. end
  20.